projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5200bd
)
treemodelfilter: Drop unreachable code
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 4 Feb 2021 05:40:14 +0000
(
00:40
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 4 Feb 2021 05:40:14 +0000
(
00:40
-0500)
We never get here. The compiler says so.
Pointed out in https://www.viva64.com/en/b/0793/
gtk/gtktreemodelfilter.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreemodelfilter.c
b/gtk/gtktreemodelfilter.c
index a72c6ea476655b24cc33b532a1b0c722d5816b1f..4d686c744f4d852d402585a17e121977b9a0e467 100644
(file)
--- a/
gtk/gtktreemodelfilter.c
+++ b/
gtk/gtktreemodelfilter.c
@@
-3285,9
+3285,6
@@
gtk_tree_model_filter_iter_children (GtkTreeModel *model,
return TRUE;
}
-
- iter->stamp = 0;
- return FALSE;
}
static gboolean